Goto

Collaborating Authors

 Moray Firth







I used a sinister AI bot to go on dates with six SERIAL KILLERS including Jeffrey Dahmer and Ted Bundy

Daily Mail - Science & tech

For all the ways that AI might have transformed the world, I doubt many people expected flirty serial killer chatbots to be part of it. Yet on the seedier corners of the internet, there are scores of AIs built specifically to give some most vicious killers in history a romantic twist. To see just how dark these bots could be, I decided to step up for a spot of serial killer speed dating. I went on six'dates' with some of history's most notorious murderers and, perhaps unsurprisingly, it didn't go great. Character.ai is the subject of a lawsuit alleging that its bots drove a 14-year-old boy to take his life and has been used to host ghoulish replicas of murder victims such as Brianna Ghey. Across my six dates on the site, I found myself threatened with violence, stalked, invited to remote locations, and generally met with some extraordinarily uncomfortable flirting.


Augmenting Query and Passage for Retrieval-Augmented Generation using LLMs for Open-Domain Question Answering

Kim, Minsang, Park, Cheoneum, Baek, Seungjun

arXiv.org Artificial Intelligence

Retrieval-augmented generation (RAG) has received much attention for Open-domain question-answering (ODQA) tasks as a means to compensate for the parametric knowledge of large language models (LLMs). While previous approaches focused on processing retrieved passages to remove irrelevant context, they still rely heavily on the quality of retrieved passages which can degrade if the question is ambiguous or complex. In this paper, we propose a simple yet efficient method called question and passage augmentation via LLMs for open-domain QA. Our method first decomposes the original questions into multiple-step sub-questions. By augmenting the original question with detailed sub-questions and planning, we are able to make the query more specific on what needs to be retrieved, improving the retrieval performance. In addition, to compensate for the case where the retrieved passages contain distracting information or divided opinions, we augment the retrieved passages with self-generated passages by LLMs to guide the answer extraction. Experimental results show that the proposed scheme outperforms the previous state-of-the-art and achieves significant performance gain over existing RAG methods.


A Survey on Monocular Re-Localization: From the Perspective of Scene Map Representation

Miao, Jinyu, Jiang, Kun, Wen, Tuopu, Wang, Yunlong, Jia, Peijing, Zhao, Xuhe, Cheng, Qian, Xiao, Zhongyang, Huang, Jin, Zhong, Zhihua, Yang, Diange

arXiv.org Artificial Intelligence

Monocular Re-Localization (MRL) is a critical component in autonomous applications, estimating 6 degree-of-freedom ego poses w.r.t. the scene map based on monocular images. In recent decades, significant progress has been made in the development of MRL techniques. Numerous algorithms have accomplished extraordinary success in terms of localization accuracy and robustness. In MRL, scene maps are represented in various forms, and they determine how MRL methods work and how MRL methods perform. However, to the best of our knowledge, existing surveys do not provide systematic reviews about the relationship between MRL solutions and their used scene map representation. This survey fills the gap by comprehensively reviewing MRL methods from such a perspective, promoting further research. 1) We commence by delving into the problem definition of MRL, exploring current challenges, and comparing ours with existing surveys. 2) Many well-known MRL methods are categorized and reviewed into five classes according to the representation forms of utilized map, i.e., geo-tagged frames, visual landmarks, point clouds, vectorized semantic map, and neural network-based map. 3) To quantitatively and fairly compare MRL methods with various map, we introduce some public datasets and provide the performances of some state-of-the-art MRL methods. The strengths and weakness of MRL methods with different map are analyzed. 4) We finally introduce some topics of interest in this field and give personal opinions. This survey can serve as a valuable referenced materials for MRL, and a continuously updated summary of this survey is publicly available to the community at: https://github.com/jinyummiao/map-in-mono-reloc.


LANCE: Stress-testing Visual Models by Generating Language-guided Counterfactual Images

Prabhu, Viraj, Yenamandra, Sriram, Chattopadhyay, Prithvijit, Hoffman, Judy

arXiv.org Artificial Intelligence

We propose an automated algorithm to stress-test a trained visual model by generating language-guided counterfactual test images (LANCE). Our method leverages recent progress in large language modeling and text-based image editing to augment an IID test set with a suite of diverse, realistic, and challenging test images without altering model weights. We benchmark the performance of a diverse set of pre-trained models on our generated data and observe significant and consistent performance drops. We further analyze model sensitivity across different types of edits, and demonstrate its applicability at surfacing previously unknown class-level model biases in ImageNet. Code is available at https://github.com/virajprabhu/lance.


Automatic Quality Assessment of Wikipedia Articles -- A Systematic Literature Review

Moás, Pedro Miguel, Lopes, Carla Teixeira

arXiv.org Artificial Intelligence

Wikipedia is the world's largest online encyclopedia, but maintaining article quality through collaboration is challenging. Wikipedia designed a quality scale, but with such a manual assessment process, many articles remain unassessed. We review existing methods for automatically measuring the quality of Wikipedia articles, identifying and comparing machine learning algorithms, article features, quality metrics, and used datasets, examining 149 distinct studies, and exploring commonalities and gaps in them. The literature is extensive, and the approaches follow past technological trends. However, machine learning is still not widely used by Wikipedia, and we hope that our analysis helps future researchers change that reality.